home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2005 November
/
WNnov2005.iso
/
Windows
/
Equipement
/
hMailServer
/
hMailServer-4.1-Build-136.exe
/
{app}
/
PHPWebAdmin
/
theme
/
default
/
settings_ipranges_add.tpl
< prev
next >
Wrap
Text File
|
2005-04-05
|
3KB
|
76 lines
<form action="index.php" method="post" onSubmit="return formCheck(this);">
<input type="hidden" name="page" value="settings_ipranges_add">
<input type="hidden" name="function" value="doadd">
<table border="0" cellpadding="5" cellspacing="2" width="100%">
<tr>
<td colspan="2" align="center"><h1>{translate}add_range{/translate}</h1></td>
</tr>
<tr>
<td colspan="2"><strong>{translate}general{/translate}</strong></td>
</tr>
<tr>
<td colspan="2">
<table>
<tr>
<td>{translate}name{/translate}</td>
<td>{translate}priority{/translate}</td>
</tr>
<tr>
<td><input type="text" name="Name" value="" checkallownull="false" checktype="text"></td>
<td><input type="text" name="Priority" value="" checkallownull="false" checktype="number"></td>
</tr>
<tr>
<td>{translate}lower_ip{/translate}</td>
<td>{translate}upper_ip{/translate}</td>
</tr>
<tr>
<td><input type="text" name="LowerIP" value="" checkallownull="false" checktype="ipaddress"></td>
<td><input type="text" name="UpperIP" value="" checkallownull="false" checktype="ipaddress"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><strong>{translate}allow_connections{/translate}</strong></td>
<td><strong>{translate}require_auth_for_delivery{/translate}</strong></td>
</tr>
<tr>
<td><input style="border: 0px;" type="checkbox" name="AllowSMTPConnections" value="1">{translate}smtp{/translate}</td>
<td><input style="border: 0px;" type="checkbox" name="RequireAuthForDeliveryToLocal" value="1">{translate}to_local_accounts{/translate}</td>
</tr>
<tr>
<td><input style="border: 0px;" type="checkbox" name="AllowPOP3Connections" value="1">{translate}pop3{/translate}</td>
<td><input style="border: 0px;" type="checkbox" name="RequireAuthForDeliveryToRemote" value="1">{translate}to_remote_accounts{/translate}</td>
</tr>
<tr>
<td><input style="border: 0px;" type="checkbox" name="AllowIMAPConnections" value="1">{translate}imap{/translate}</td>
<td> </td>
</tr>
<tr>
<td colspan="2"><strong>{translate}allow_deliveries_from{/translate}</strong></td>
</tr>
<tr>
<td><input style="border: 0px;" type="checkbox" name="AllowDeliveryFromLocalToLocal" value="1">{translate}local_to_local_accounts{/translate}</td>
<td> </td>
</tr>
<tr>
<td><input style="border: 0px;" type="checkbox" name="AllowDeliveryFromLocalToRemote" value="1">{translate}local_to_external_accounts{/translate}</td>
<td> </td>
</tr>
<tr>
<td><input style="border: 0px;" type="checkbox" name="AllowDeliveryFromRemoteToLocal" value="1">{translate}external_to_local_accounts{/translate}</td>
<td> </td>
</tr>
<tr>
<td><input style="border: 0px;" type="checkbox" name="AllowDeliveryFromRemoteToRemote" value="1">{translate}external_to_external_accounts{/translate}</td>
<td> </td>
</tr>
<tr>
<td colspan="2" class="footerline"> </td>
</tr>
<tr>
<td colspan="2" align="right"><input type="submit" value="{translate}save{/translate}"></td>
</tr>
</table>
</form>